home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 2:
- set the visible of sprite 2 to 0
- updateStage()
- bsound()
- set the visible of sprite 2 to 1
- updateStage()
- go(1, "menu2")
- 3:
- set the visible of sprite 3 to 0
- updateStage()
- bsound()
- set the visible of sprite 3 to 1
- updateStage()
- go(1, "ura2")
- 4:
- set the visible of sprite 4 to 0
- updateStage()
- bsound()
- set the visible of sprite 4 to 1
- updateStage()
- quit()
- 5:
- go(89)
- 6:
- go(90)
- 7:
- go(91)
- 8:
- go(92)
- 9:
- go(93)
- 10:
- go(94)
- 11:
- go(95)
- 12:
- go(96)
- 13:
- go(97)
- 14:
- go(98)
- 15:
- go(99)
- end case
- end
-